@webitel/api-services
    Preparing search index...

    The data structure representing a source

    interface WebitelCasesInputSource {
        description?: string;
        name: string;
        type: WebitelCasesSourceType;
    }
    Index

    Properties

    description?: string

    A short description of the source

    500

    name: string

    The name of the source

    2

    100

    The type of the source