Skip to content
On this page

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

CountDownProps type

Signature:

typescript
type CountDownProps = CommonProps & {
    timeLimit?: string;
    onEnd?: OnClickOperation;
};

References: CommonProps