@transreport/pauk-rrms-api
    Preparing search index...

    Interface CurrentUser

    Authenticated user's RRMS profile

    interface CurrentUser {
        email: string;
        id: string;
        organisation: CurrentUserOrganisation;
        stations: CurrentUserAssignedStation[];
        username: string;
    }
    Index

    Properties

    email: string

    Email address

    id: string

    User ID

    Stations the user has access to manage

    username: string

    Username