Skip to main content

TypeAlias.AgentWalletBudget

type AgentWalletBudget = {
currency: string;
day: {
cap: string | null;
spent: string;
};
month: {
cap: string | null;
spent: string;
};
week: {
cap: string | null;
spent: string;
};
};

Type Declaration

NameType
currencystring
day{ cap: string
day.capstring
day.spentstring
month{ cap: string
month.capstring
month.spentstring
week{ cap: string
week.capstring
week.spentstring