Interface PromptCommit

interface PromptCommit {
    commit_hash: string;
    examples: Record<any, any>[];
    manifest: Record<string, any>;
    owner: string;
    repo: string;
}

Properties

commit_hash: string
examples: Record<any, any>[]
manifest: Record<string, any>
owner: string
repo: string