Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 532 Bytes

File metadata and controls

20 lines (13 loc) · 532 Bytes

GetOrganizationRequest

Properties

Name Type Description Notes
organizationId string [default to undefined]

Example

import { GetOrganizationRequest } from '@phantom/openapi-wallet-service';

const instance: GetOrganizationRequest = {
    organizationId,
};

[Back to Model list] [Back to API list] [Back to README]