@thepalaceproject/circulation-admin
    Preparing search index...

    Interface PatronData

    interface PatronData {
        authorization_expires: string | number;
        authorization_identifier: string | number;
        authorization_identifiers: string[];
        block_reason: string;
        email_address?: string;
        external_type: string;
        fines: string;
        permanent_id: string;
        personal_name?: string;
        username?: string;
    }
    Index

    Properties

    authorization_expires: string | number
    authorization_identifier: string | number
    authorization_identifiers: string[]
    block_reason: string
    email_address?: string
    external_type: string
    fines: string
    permanent_id: string
    personal_name?: string
    username?: string