AccountPartnerResponse: {
    accountApiId: string;
    createdAt: string;
    image?: string;
    isActive: boolean;
    name: string;
    slug: string;
}

Type declaration

  • accountApiId: string

    Account id

  • createdAt: string

    Account creation time

  • Optionalimage?: string

    Account logo image

  • isActive: boolean

    Account current status

  • name: string

    Account name

  • slug: string

    Account slug