API
export declare function object<
Shape extends Record <string, any>,
>(
description: string,
shape: Shape,
): ObjectType <
CleanInterfaceShape <Shape>
>;object
ObjectType<CleanInterfaceShape<Shape>>@paramdescription:string@paramshape:Shape@typeShapeRecord<string, any>@returnsObjectType<CleanInterfaceShape<Shape>>