nest-whatsapp - v0.0.1
    Preparing search index...

    Interface WhatsAppOutboundSection

    interface WhatsAppOutboundSection {
        rows: { description?: string; id: string; title: string }[];
        title?: string;
    }
    Index

    Properties

    Properties

    rows: { description?: string; id: string; title: string }[]
    title?: string