interface ServiceParams {
    pages?: PageParams[];
    params?: {
        waba: boolean;
    };
    type: string;
}

Properties

Properties

pages?: PageParams[]
params?: {
    waba: boolean;
}

Type declaration

  • waba: boolean
type: string

Generated using TypeDoc