// Generated Source import ApplicationResource from "./ApplicationResource"; interface SessionResource { /** * */ uri?: string; /** * */ id?: string; /** * */ accountId?: string; /** * */ extensionId?: string; /** * */ creationTime?: string; /** * */ clientId?: string; /** * */ application?: ApplicationResource; } export default SessionResource;