Libraries
    Preparing search index...

    Variable objectConst

    object: {
        (): ExtendedObject<{}>;
        <TProps extends Record<string, SchemaBuilder<any, any, any, any, any>>>(
            props: TProps,
        ): ExtendedObject<TProps>;
        <TProps extends Record<string, SchemaBuilder<any, any, any, any, any>>>(
            props?: TProps,
        ): ExtendedObject<TProps>;
    } = ...

    Type Declaration