interface PrincipalRule {
    was_read: boolean;
    when: [] | [bigint];
}

Properties

Properties

was_read: boolean
when: [] | [bigint]