Type Alias QueryResourceTypesData

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

Type declaration

  • Optionallimit?: number

    query limit

  • text: string

    query text

  • workspace: string