export as namespace ReleaseActions; export type PlainObject = { [key: string]: any; } & Object;