Interface PermissionCondition

interface PermissionCondition {
    public_edit?: { _eq: boolean };
    user_created?: { _eq: string };
}

Properties

public_edit?: { _eq: boolean }
user_created?: { _eq: string }