Interface ApiPromptMetaListResponse

PromptMetaListResponse

interface ApiPromptMetaListResponse {
    data: ApiPromptMeta[];
    meta: ApiUtilsMetaResponse;
}

Properties

Properties