Type alias FormatTimeCodeSecondsOptions

FormatTimeCodeSecondsOptions: {
    timeBase?: number | string | TimeBaseInput;
    useGCD?: boolean;
} & TimeCodeInputOptions