@theredspace/spp-client
    Preparing search index...

    Interface Module

    Two-letter code and access flag for a SuiteProjects Pro module.

    interface Module {
        abbr: string;
        enabled: 0 | 1;
    }
    Index

    Properties

    Properties

    abbr: string

    Two-letter code representing the module

    enabled: 0 | 1

    1 if the authenticated user can access this module; 0 otherwise