Interface ListPromptsResponse

interface ListPromptsResponse {
    repos: Prompt[];
    total: number;
}

Properties

Properties

repos: Prompt[]
total: number