Member Junction
    Preparing search index...

    Result type for prompt creation operations

    interface PromptCreationResult {
        error?: string;
        promptId?: string;
        success: boolean;
    }
    Index

    Properties

    error?: string
    promptId?: string
    success: boolean