TSwarmSchema

type TSwarmSchema = {
swarmName: ISwarmSchema["swarmName"];
} & Partial<ISwarmSchema>;