@archastro/sdk
    Preparing search index...

    Variable aclGrantSchemaConst

    aclGrantSchema: ZodObject<
        {
            actions: ZodArray<ZodString, "many">;
            principal: ZodOptional<ZodString>;
            principal_type: ZodString;
        },
        "strip",
        ZodTypeAny,
        { actions: string[]; principal?: string; principal_type: string },
        { actions: string[]; principal?: string; principal_type: string },
    > = ...

    Runtime validator for AclGrant.