Type alias ParamsPlaysId

ParamsPlaysId: ParamsPlayBase & {
    id: string;
    type: ContentTypes.thing | ContentTypes.family;
}

Type declaration