UNPKG

@yandex-cloud/function-types

Version:

TypeScript typings for Serverless Functions in Yandex.Cloud

18 lines (17 loc) 414 B
export declare namespace Budget { type Message = { billing_account_id: string; budget_id: string; budget_display_name: string; amount: number; currency: string; period: string; budgeted_amount: number; threshold_amount: number; threshold_type: string; }; export type Event = { messages: Message[]; }; export {}; }