Selector for a prompt by version id.

interface GetPromptByVersionSelector {
    versionId: string;
}

Properties

Properties

versionId: string