Interface SLAConfig

interface SLAConfig {
    created_at: string;
    description: string;
    email: SLATimes;
    facebook: SLATimes;
    id: string;
    instagram: SLATimes;
    name: string;
    std_name: string;
    updated_at: string;
    whatsapp: SLATimes;
    workspace: string;
    workspace_id: string;
}

Properties

created_at: string
description: string
email: SLATimes
facebook: SLATimes
id: string
instagram: SLATimes
name: string
std_name: string
updated_at: string
whatsapp: SLATimes
workspace: string
workspace_id: string