@deskcreate/agentcraft
    Preparing search index...

    Interface BrandVoiceProfile

    interface BrandVoiceProfile {
        bannedPhrases?: readonly string[];
        examples?: readonly string[];
        id: string;
        preferredPhrases?: readonly string[];
        tone?: string;
        updatedAt: string;
    }
    Index

    Properties

    bannedPhrases?: readonly string[]
    examples?: readonly string[]
    id: string
    preferredPhrases?: readonly string[]
    tone?: string
    updatedAt: string