interface ConfigurationParams {
    id?: string;
    key: string;
    sent: boolean;
    value: string;
}

Properties

Properties

id?: string
key: string
sent: boolean
value: string