hashbrown

object

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
@typeShape
Record<string, any>
@returns
ObjectType<CleanInterfaceShape<Shape>>