Type Alias AdminAllowInstance

AdminAllowInstance: {
    admin_person_id: PersonId;
    allowed: boolean;
    id: AdminAllowInstanceId;
    instance_id: InstanceId;
    published: string;
    reason?: string;
}

Type declaration