Type alias QueryResourceTypesData

QueryResourceTypesData: {
    limit?: number;
    text: string;
    workspace: string;
}

Type declaration

  • Optional limit?: number

    query limit

  • text: string

    query text

  • workspace: string