Circle V2 API Docs
    Preparing search index...

    Type Alias FormatTimestampOptions

    type FormatTimestampOptions = {
        format?: LiteralUnion<DateFormatKeys, string>;
        placeholder?: string | null;
        throwOnValidationError?: boolean;
    }
    Index

    Properties

    format?: LiteralUnion<DateFormatKeys, string>
    placeholder?: string | null
    throwOnValidationError?: boolean