type GetPromptOptions = ProjectScopeOptions & object;
optional id: string;
optional name: string;
optional version: number;
Was this page helpful?