Selector for a prompt by id.

interface GetPromptByIdSelector {
    promptId: string;
}

Properties

Properties

promptId: string