Taxes: {
    taxes: {} & {
        [key: string]: any;
    };
}

Type declaration

  • taxes: {} & {
        [key: string]: any;
    }