// Flow type checks export const isWpccFlow = ( flowName: string ) => { return flowName === 'wpcc'; };