interface ICreateSessionResponse { id: number; short: string; } export default ICreateSessionResponse;