Skip to content
On this page

Home > @plaidev/karte-action-sdk > CountDownValues

CountDownValues type

Signature:

typescript
type CountDownValues = {
    day: string;
    hour: string;
    min: string;
    sec: string;
};