Selector for a named prompt by tag.

interface GetPromptByTagSelector {
    name: string;
    tag: string;
}

Properties

Properties

name: string
tag: string