type PromptListOptions = ProjectScopeOptions & object;
optional limit: number;
optional matchExact: boolean;
optional nameFilter: string;
optional startingToken: number;
Was this page helpful?