/** * This is auto-generated file, don't modify this file manually */ export interface CallsShortCredentials { /** * Short numeric ID of a call */ id?: string; /** * Password that can be used to join a call by short numeric ID */ password?: string; /** * Link without a password */ link_without_password?: string; /** * Link with a password */ link_with_password?: string; }