Interface LayoutCallCreationOptions

interface LayoutCallCreationOptions {
    layout?: string;
}

Properties

Properties

layout?: string