export default interface ClientEntityI { /** * The client's id */ id: number | string; /** * The client secret */ secret: string; }