> ISPO SDK documentation. [HTML](https://ispo.ai/docs/variables/core.Supporting_types.communityOwnerChannelStateArgsSchema.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Variable communityOwnerChannelStateArgsSchema`Const`

```typescript
communityOwnerChannelStateArgsSchema: ZodObject<
    {
        idempotencyKey: ZodString;
        state: ZodEnum<
            {
                archived: "archived";
                locked: "locked";
                restored: "restored";
                unlocked: "unlocked";
            },
        >;
        target: ZodString;
    },
    $strict,
> = ...
```
