Interface ServiceParams

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

Properties

Properties

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